'Declaration
<JetBrains.Annotations.CanBeNullAttribute()> <JetBrains.Annotations.ContractAnnotationAttribute("null => null; notnull => notnull")> Public Operator Narrowing CType( _ ByVal eventArgs As EasyDAItemChangedEventArgs(Of TValue) _ ) As DAVtqResult(Of TValue)
'Usage
[JetBrains.Annotations.CanBeNull()] [JetBrains.Annotations.ContractAnnotation("null => null; notnull => notnull")] public DAVtqResult<TValue> operator explicit( EasyDAItemChangedEventArgs<TValue> eventArgs )
[JetBrains.Annotations.CanBeNull()] [JetBrains.Annotations.ContractAnnotation("null => null; notnull => notnull")] public: DAVtqResult<TValue^>^ operator explicit( EasyDAItemChangedEventArgs<TValue^>^ eventArgs )
Parameters
- eventArgs
- The typed event arguments to be converted.
Return Value
The typed result object that corresponds to the event arguments.
null
if the event arguments passed in were null
.